home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Periodicals / develop / develop Issues 1-10 / develop Issue 6 code / TCP / NewsWatcher / headers / PrintStuff.h < prev    next >
Encoding:
Text File  |  1991-04-03  |  229 b   |  8 lines  |  [TEXT/MPS ]

  1. Boolean MyPrepProc(THPrint theHPrint);
  2. Boolean MyPageProc(THPrint theHPrint,Rect *drawRect,short pageNum);
  3. void InitPrint(void);
  4. void DoPageSetup(void);
  5. void DoPrint(void);
  6. void CleanUp(void);
  7. OSErr ExecutePrint(THPrint hPrint);
  8.